home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_300
/
349_01
/
packing.lst
< prev
next >
Wrap
File List
|
1991-04-05
|
3KB
|
75 lines
S S S
Simulation Subroutine Set
by
M. A. Pollatschek
Management, Technion, Haifa 32000 ISRAEL
Disk contians:
--------------
PACKING.LST This file
README.BAT Prints a few screens (README?.TXT) of introduction
README?.TXT Introductory screens
INSTALL.BAT Installs SSS files. Put diskette to drive A and type:
A:INSTALL <RETURN>
PKXARC.COM Auxiliary program used by INSTALL.BAT
SSS.ARC Containes SSS text files in compressed form
LIB.ARC Containes SSS library files in compressed form
HAVING UNCOMPRESSED THE ARC FILES YOU HAVE:
Documentation
-------------
All the *.SSS files are simple ASCII text files,
paginatad so that can be printed on any printer
or examined on disk
MANUAL.SSS Manual of library routines
GUIDE.SSS Pocket guide of library routines
TUTOR.SSS 18 example problems fully explained covering most
aspects of simulations
GLOSSARY.SSS Glossary of computer, statistical and simulation
terms
INDEX.SSS Cross index of the book "Simulate!" and the
documenatation files
LANGUAGE.SSS Comparision of language features among BASIC, C,
FORTRAN and Pascal
Source files of example programs
--------------------------------
explained in TUTOR.SSS
EX_0x0y.* for exercise x.y for languge * (* = BAS, C, FOR,
PAS)
For TurboPascal version 5.5:
----------------------------
SSSQTP.H Types of arguments and functions in SSS.TPU
SSS.TPU TurboPascal unit
Batch and its auxiliary files for:
----------------------------------
SSSGO.BAT Running Microsoft compilers BC, LC, LQC, LF, LP
SSSPRJ.BAT Preparing a project file for TurboC
CHECKING.EXE Two EXE files serving the BAT files for checking
DOT_IN.EXE validity of parameters
Include files for:
------------------
SSSB.H Basic and quick basic
SSSC.H ANSI C
SSSKRC.H Kernighan-Richie C
SSSP?.H Pascal (Excluding Quick/Turbo) ?=1,2
SSSF?.H Fortran ?=1,2
Quick libraries for:
--------------------
SSSB.QLB QuickBasic version 4.5. Load so: QB /lSSSB.QLB
SSSC.QLB Quick C. Load so: QC /lSSSC.QLB
Library files (large memory model) for:
---------------------------------------
SSSM.LIB Miccrosoft's Basic, C, and Fortran (needs also a C library)
SSST.LIB TurboC